home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 10 / FreelogHS10.iso / Buzz / Buzz_Advanced_Pack.exe / {app} / Tools / KB2MIDI.EXE / 0 / RCDATA / TFRMLSLABOUTBOX / TFRMLSLABOUTBOX.txt
Text File  |  1999-02-27  |  4KB  |  182 lines

  1. object frmlslAboutBox: TfrmlslAboutBox
  2.   Left = 702
  3.   Top = 319
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 321
  7.   ClientWidth = 388
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ProductName: TLabel
  19.     Left = 100
  20.     Top = 8
  21.     Width = 77
  22.     Height = 13
  23.     Caption = 'ProductName'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object lblCopyright: TLabel
  32.     Left = 100
  33.     Top = 25
  34.     Width = 277
  35.     Height = 24
  36.     AutoSize = False
  37.     Caption = 'Copyright Philip Smith, 1995'
  38.   end
  39.   object lblUser: TLabel
  40.     Left = 100
  41.     Top = 88
  42.     Width = 156
  43.     Height = 13
  44.     Caption = 'This product is licenced to:'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.   end
  52.   object lblVersion: TLabel
  53.     Left = 100
  54.     Top = 64
  55.     Width = 53
  56.     Height = 13
  57.     Caption = 'Version 1.0'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object Bevel1: TBevel
  66.     Left = 8
  67.     Top = 216
  68.     Width = 369
  69.     Height = 9
  70.     Shape = bsTopLine
  71.   end
  72.   object lblUserCaption: TLabel
  73.     Left = 100
  74.     Top = 184
  75.     Width = 54
  76.     Height = 13
  77.     Caption = 'User name:'
  78.   end
  79.   object lblUserName: TLabel
  80.     Left = 176
  81.     Top = 184
  82.     Width = 20
  83.     Height = 13
  84.     Caption = 'user'
  85.   end
  86.   object ProgramImage: TImage
  87.     Left = 9
  88.     Top = 9
  89.     Width = 80
  90.     Height = 200
  91.     ParentShowHint = False
  92.     ShowHint = False
  93.   end
  94.   object pnlUser: TPanel
  95.     Left = 100
  96.     Top = 104
  97.     Width = 277
  98.     Height = 65
  99.     BevelOuter = bvNone
  100.     BorderWidth = 1
  101.     BorderStyle = bsSingle
  102.     Ctl3D = True
  103.     ParentCtl3D = False
  104.     TabOrder = 0
  105.     object userName: TLabel
  106.       Left = 8
  107.       Top = 6
  108.       Width = 54
  109.       Height = 13
  110.       Caption = 'Philip Smith'
  111.     end
  112.     object lblCompanyName: TLabel
  113.       Left = 8
  114.       Top = 22
  115.       Width = 51
  116.       Height = 13
  117.       Caption = 'LalSoft Ltd'
  118.     end
  119.     object lblProductIDCaption: TLabel
  120.       Left = 8
  121.       Top = 40
  122.       Width = 66
  123.       Height = 13
  124.       Caption = 'Product ID:'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clBlack
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = [fsBold]
  130.       ParentFont = False
  131.     end
  132.     object lblProductID: TLabel
  133.       Left = 96
  134.       Top = 40
  135.       Width = 8
  136.       Height = 13
  137.       Caption = 'id'
  138.     end
  139.   end
  140.   object btnOK: TButton
  141.     Left = 288
  142.     Top = 224
  143.     Width = 91
  144.     Height = 25
  145.     Cancel = True
  146.     Caption = 'OK'
  147.     Default = True
  148.     ModalResult = 1
  149.     TabOrder = 1
  150.     OnClick = btnOKClick
  151.   end
  152.   object btnSystemInfo: TButton
  153.     Left = 288
  154.     Top = 256
  155.     Width = 91
  156.     Height = 25
  157.     Caption = '&System Info...'
  158.     TabOrder = 2
  159.     OnClick = btnSystemInfoClick
  160.   end
  161.   object btnTechSupport: TButton
  162.     Left = 288
  163.     Top = 288
  164.     Width = 91
  165.     Height = 25
  166.     Caption = '&Tech Support...'
  167.     TabOrder = 3
  168.     OnClick = btnTechSupportClick
  169.   end
  170.   object mmoLegalNotice: TMemo
  171.     Left = 8
  172.     Top = 232
  173.     Width = 273
  174.     Height = 81
  175.     TabStop = False
  176.     BorderStyle = bsNone
  177.     ParentColor = True
  178.     ReadOnly = True
  179.     TabOrder = 4
  180.   end
  181. end
  182.